"use server";
import { getTranslations } from "next-intl/server";
import { Suspense } from "react";
import Form from "../components/Form";
import GoogleCom from "../components/GoogleCom";
import Adbox from "./adbox";
import "./index.scss";
import LoginService from "./LoginService";
const Login = async () => {
const t = await getTranslations("LoginPage");
return (
<>